home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / gauge / gauge.z / DSIEVE.DFM / DSIEVE.txt
Text File  |  1995-08-24  |  1KB  |  71 lines

  1. object Sieve: TSieve
  2.   Left = 247
  3.   Top = 174
  4.   ActiveControl = Run
  5.   BorderStyle = bsDialog
  6.   Caption = 'Delphi'
  7.   ClientHeight = 198
  8.   ClientWidth = 336
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 32
  19.     Top = 40
  20.     Width = 261
  21.     Height = 16
  22.     Caption = 'Sieve of Eratosthenes Performance Test'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 160
  26.     Top = 80
  27.     Width = 117
  28.     Height = 16
  29.     Caption = 'Cycles per Minute'
  30.   end
  31.   object CyclesPerMinute: TLabel
  32.     Left = 132
  33.     Top = 80
  34.     Width = 8
  35.     Height = 16
  36.     Alignment = taRightJustify
  37.     Caption = '0'
  38.   end
  39.   object Run: TButton
  40.     Left = 48
  41.     Top = 128
  42.     Width = 89
  43.     Height = 33
  44.     Caption = '&Run'
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.     OnClick = RunClick
  48.   end
  49.   object Exit: TButton
  50.     Left = 192
  51.     Top = 128
  52.     Width = 89
  53.     Height = 33
  54.     Cancel = True
  55.     Caption = '&Exit'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.     OnClick = ExitClick
  59.   end
  60.   object DdeServerItem1: TDdeServerItem
  61.     ServerConv = DPSIEVE
  62.     Left = 90
  63.     Top = 5
  64.   end
  65.   object DPSIEVE: TDdeServerConv
  66.     OnOpen = DDEOpen
  67.     Left = 136
  68.     Top = 8
  69.   end
  70. end
  71.